home *** CD-ROM | disk | FTP | other *** search
- object ISPEdit: TISPEdit
- Left = 470
- Top = 172
- BorderStyle = bsDialog
- Caption = 'ISP'
- ClientHeight = 168
- ClientWidth = 247
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ListBox1: TListBox
- Left = 8
- Top = 5
- Width = 153
- Height = 157
- ItemHeight = 13
- TabOrder = 0
- OnDblClick = ListBox1DbClick
- end
- object btnAdd: TButton
- Left = 168
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Add'
- TabOrder = 1
- OnClick = btnAddClick
- end
- object btnEdit: TButton
- Left = 168
- Top = 48
- Width = 75
- Height = 25
- Action = UEdit
- Caption = 'Edit'
- TabOrder = 2
- end
- object btnDel: TButton
- Left = 168
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Delete'
- TabOrder = 3
- OnClick = btnDelClick
- end
- object btnOk: TButton
- Left = 168
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object ActionList1: TActionList
- Left = 16
- Top = 16
- object UEdit: TAction
- Caption = 'Action1'
- OnExecute = btnEditClick
- OnUpdate = UEditUpdate
- end
- end
- end
-